public interface SOClipboardHandler
Modifier and Type | Method and Description |
---|---|
boolean |
clipboardHasPlaintext()
This method ascertains whether the clipboard has any data.
|
java.lang.String |
getPlainTextFromClipoard()
This method returns the contents of the clipboard.
|
void |
initClipboardHandler(android.app.Activity activity)
This method initializes the clipboard handler
|
void |
putPlainTextToClipboard(java.lang.String text)
This method passes a string, cut or copied from the document, to be
stored in the clipboard.
|
void |
releaseClipboardHandler()
This method releases the clipboard handler
|
void putPlainTextToClipboard(java.lang.String text)
text
- The text to be stored in the clipboard.java.lang.String getPlainTextFromClipoard()
boolean clipboardHasPlaintext()
void initClipboardHandler(android.app.Activity activity)
activity
- the contextvoid releaseClipboardHandler()